From: Keir Fraser Date: Thu, 8 May 2008 10:13:51 +0000 (+0100) Subject: Fixed typos in xmexamples. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14215^2~52 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=175929a3b46c8cf3d4592bad299898fa407fa349;p=xen.git Fixed typos in xmexamples. Signed-off-by: Hiroya INAKOSHI --- diff --git a/tools/examples/xmexample1 b/tools/examples/xmexample1 index a1b6edbe0c..357ad78bb5 100644 --- a/tools/examples/xmexample1 +++ b/tools/examples/xmexample1 @@ -90,7 +90,7 @@ disk = [ 'phy:hda1,hda1,w' ] # # Or you can bind the first unused port above 5900: # -# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vnunused=1' ] +# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncunused=1' ] # # You can override the password: # diff --git a/tools/examples/xmexample2 b/tools/examples/xmexample2 index 10eed663f7..5f9329d3af 100644 --- a/tools/examples/xmexample2 +++ b/tools/examples/xmexample2 @@ -126,7 +126,7 @@ disk = [ 'phy:sda%d,sda1,w' % (7+vmid), # # Or you can bind the first unused port above 5900: # -# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vnunused=1' ] +# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncunused=1' ] # # You can override the password: # diff --git a/tools/examples/xmexample3 b/tools/examples/xmexample3 index dc57e031b9..09eb3744d2 100644 --- a/tools/examples/xmexample3 +++ b/tools/examples/xmexample3 @@ -111,7 +111,7 @@ disk = [ 'phy:hda%d,hda1,w' % (vmid)] # # Or you can bind the first unused port above 5900: # -# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vnunused=1' ] +# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncunused=1' ] # # You can override the password: #